call by value

英 [kɔːl baɪ ˈvæljuː] 美 [kɔːl baɪ ˈvæljuː]

网络  传值; 传值调用; 值调用; 按值调用; 以值调用

计算机



双语例句

  1. So, once again, you can always "call back" old values by refactoring the field to the original value, which can either be viewed as a feature or a bug, depending on your point of view at the time.
    因此,通过将字段重构回初始值,总可以“回调”旧值,取决于观察问题的角度,这可以说是一个特性,也可以说是一个bug。
  2. Second is the call to usort, which uses the zsort function to sort the graphics objects by the z value.
    其次是调用了usort,它使用了zsort函数来对图形对象根据z值进行排序。
  3. The next waiting function call is then reactivated, and the previous result is multiplied by this function's value of num, which is3, resulting in6.
    然后重新激活下一个等待的函数调用,使用前一次调用的结果乘以这个函数的num的值(为3),结果是6。
  4. The weather service requires you to call the getTempRequest method by passing in a zipcode value as a string and receiving the temperature as a floating-point value in the response.
    传递一个zipcode字符串值给天气信息服务的getTempRequest方法调用,最后以接收到的浮点值温度作为响应。
  5. The return value from the remote procedure is converted into a standard Perl scalar by call and printed.
    远程过程的返回值通过call转换成标准的Perl标量,并打印出来。
  6. We then call the static method ( indicated by the two colons,::) Compare, passing the method three parameters: the two strings we want to compare ($ a and$ b) and the Boolean value$ True.
    我们然后调用静态方法(以两个冒号::指出)Compare,并传递给这个方法三个参数:两个我们想要比较的字符串($a及$b)然后是布尔值$True。
  7. By system call and reading the hardware information of the node, this paper got the real-time parameters needed by calculating the load of the node, then calculated the value of the composite load index using these parameters.
    通过系统调用与读取硬件配置信息,实时地获取负载计算所需的参数,利用这些参数计算出复合型负载指标。
  8. The article narrates the use of reference and how to use reference to call function in c/ c++ language, and differentiates the call by address? call by reference and call by value.
    本文讲述了C/C++语言中引用的含义和如何使用引用进行函数参数传递,并区分了传址调用、引用调用和传值调用在函数参数传递的区别。